home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / TreeView / Assembly / TreeView.wsnp < prev   
Extensible Markup Language  |  2003-12-04  |  1KB  |  57 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wwwSharpNetProject
  3.     SchemaVersion="1.0"
  4.     Language="CSharp"
  5.     Highlighter="C#"
  6. >
  7.     <Build>
  8.         <Settings
  9.             GenerateExecutable="False"
  10.         >
  11.             <Config
  12.                 Name="Release"
  13.                 Output="..\TreeView.dll"
  14.                 IncludeDebugInfo="False"
  15.                 TreatWarningsAsErrors="True"
  16.                 WarningLevel="4"
  17.             >
  18.                     /target:library
  19.             </Config>
  20.             <Config
  21.                 Name="Debug"
  22.                 Output="..\TreeView.dll"
  23.                 IncludeDebugInfo="True"
  24.                 TreatWarningsAsErrors="True"
  25.                 WarningLevel="4"
  26.             >
  27.                     /target:library /debug+ /define:DEBUG,TRACE
  28.             </Config>
  29.         </Settings>
  30.         <References>
  31.             <Reference
  32.                 AssemblyName="Microsoft.mshtml"
  33.                 HintPath="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Microsoft.mshtml.dll"
  34.             />
  35.             <Reference
  36.                 AssemblyName="System"
  37.                 HintPath="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
  38.             />
  39.             <Reference
  40.                 AssemblyName="System.Drawing"
  41.                 HintPath="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
  42.             />
  43.             <Reference
  44.                 AssemblyName="System.Windows.Forms"
  45.                 HintPath="C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
  46.             />
  47.         </References>
  48.     </Build>
  49.     <Files>
  50.         <File
  51.             RelPath="TreeView.cs"
  52.         />
  53.         <Resource
  54.             RelPath="TreeView.resx"
  55.         />
  56.     </Files>
  57. </wwwSharpNetProject>